PHY SET MATERIAL FRICTION COMBINE

By using this command it is possible to have more control over how two rigid bodies react in terms of their friction when coming into contact with each other.

  Syntax
PHY SET MATERIAL FRICTION COMBINE ID, mode
  Parameters
ID
Integer
ID number of the material
mode
Integer
the friction combine mode

  Returns

  Description

The reaction of the rigid bodies is determined by combining their materials and the way this works is set by using this command. The available options for the mode parameter are – 1, average, ( a + b ) / 2 2, minimum, min ( a, b ) 3, multiply, a * b 4, maximum, max ( a, b )

  Example Code
No example code is provided for this command